Skip to content

Conversation

rajanarahul93
Copy link
Contributor

Resolves #8043.

Description

What is the purpose of this pull request?

This pull request:

  • fixes several distinct linting errors across three packages: a jsdoc-doctest error in @stdlib/cli/ctor, a no-control-regex error in @stdlib/assert/is-blank-string, and two no-new-array errors in @stdlib/utils/zip.

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added Good First PR A pull request resolving a Good First Issue. Needs Review A pull request which needs code review. labels Sep 14, 2025
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Sep 14, 2025

Coverage Report

Package Statements Branches Functions Lines
assert/is-blank-string $\color{green}116/116$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}116/116$
$\color{green}+100.00\%$
cli/ctor $\color{green}827/827$
$\color{green}+100.00\%$
$\color{green}123/123$
$\color{green}+100.00\%$
$\color{green}14/14$
$\color{green}+100.00\%$
$\color{green}827/827$
$\color{green}+100.00\%$
utils/zip $\color{green}229/229$
$\color{green}+100.00\%$
$\color{green}38/38$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}229/229$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

@kgryte kgryte added Needs Changes Pull request which needs changes before being merged. and removed Needs Review A pull request which needs code review. labels Sep 14, 2025
@kgryte kgryte removed the Needs Changes Pull request which needs changes before being merged. label Sep 14, 2025
@kgryte kgryte merged commit 47678cb into stdlib-js:develop Sep 14, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First PR A pull request resolving a Good First Issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors
3 participants